A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- data - Variable in class edu.claflin.finder.logic.Edge
-
The data attached to the edge.
- DEBUG - edu.claflin.finder.log.LogLevel
- defaultRelationship - Variable in class edu.claflin.finder.io.graph.NOABatchIO
-
Contains the String representation of the default relationship to use.
- defaultRelationship - Variable in class edu.claflin.finder.io.graph.SIFGraphIO
-
Contains the String representation of the default relationship to use.
- defaultValue - Variable in class edu.claflin.finder.algo.jungutils.Functions.ForMapWithDefault
- defensiveCopy(Iterable<T>) - Static method in class edu.claflin.finder.algo.jungutils.Predicates
- defensiveCopy(T...) - Static method in class edu.claflin.finder.algo.jungutils.Predicates
- degree(V) - Method in class edu.claflin.finder.algo.jungutils.AbstractGraph
- degree(V) - Method in interface edu.claflin.finder.algo.jungutils.Hypergraph
-
Returns the number of edges incident to
vertex. - degrees - Variable in class edu.claflin.finder.algo.clustering.Walktrap
- delta_sigma(int, int, List<Node>) - Method in class edu.claflin.finder.algo.clustering.Walktrap
-
Calculate delta sigma from communities C1 and C2 according to Section 4.2 Theorem 5 in the paper.
- dependency - Variable in class edu.claflin.finder.algo.jungutils.BetweennessCentrality.BetweennessData
- DepthFirstTraversalSearch - Class in edu.claflin.finder.algo
-
Processes a
Graphsearching for bipartite subgraphs by performing a depth first search on each node. - DepthFirstTraversalSearch(ArgumentsBundle) - Constructor for class edu.claflin.finder.algo.DepthFirstTraversalSearch
-
Public constructor for initializing the DepthFirstTraversalSearch with default conditions.
- desc - Variable in enum edu.claflin.finder.algo.ArgumentsBundle.COMMON_ARGS
-
A String description of the enum.
- DESCENDING - edu.claflin.finder.algo.Algorithm.GraphSortOrder
- description - Variable in enum edu.claflin.finder.log.LogLevel
-
A simple string description of the log level for output.
- destination - Variable in class edu.claflin.finder.logic.Edge
-
The node representing the destination.
- destroy() - Method in class edu.claflin.finder.log.LogUtil
-
Destroys all logging functionality of the log engine.
- destroyLogger() - Static method in class edu.claflin.finder.Global
-
Destroys the LogUtil reference.
- destroyLogToFile() - Method in class edu.claflin.finder.log.LogUtil
-
Destroys the Logging to File functionality of the log engine.
- destroyLogToTerminal() - Method in class edu.claflin.finder.log.LogUtil
-
Destroys the Logging to Terminal functionality of the log engine.
- dfs(Node, List<Node>, List<Node>, Graph) - Method in class edu.claflin.finder.algo.ConnectedComponentsDFS
-
Recursive dfs that stores the nodes of a connected component.
- DijkstraShortestPath - Class in edu.claflin.finder.algo
- DijkstraShortestPath(ArgumentsBundle) - Constructor for class edu.claflin.finder.algo.DijkstraShortestPath
-
Public Constructor for creating an Algorithm.
- DijkstraShortestPath.EdgeComparator - Class in edu.claflin.finder.algo
- DIRECTED - edu.claflin.finder.algo.jungutils.EdgeType
- directed_edges - Variable in class edu.claflin.finder.algo.jungutils.SparseGraph
- DirectedCliqueCondition - Class in edu.claflin.finder.logic.cond
-
Represents a Directed Clique condition.
- DirectedCliqueCondition() - Constructor for class edu.claflin.finder.logic.cond.DirectedCliqueCondition
- disjointElements(T, T) - Method in class edu.claflin.finder.struct.DisjointSet
- DisjointSet<T extends java.lang.Comparable<T>> - Class in edu.claflin.finder.struct
-
A LinkedList-based Disjoint Set data structure.
- DisjointSet(int) - Constructor for class edu.claflin.finder.struct.DisjointSet
- distance - Variable in class edu.claflin.finder.algo.jungutils.BetweennessCentrality.BetweennessData
- distance(int, int, List<Node>) - Method in class edu.claflin.finder.algo.clustering.Walktrap
-
Compute the distance between community i and community j.
- DistanceRecord(int, Edge) - Constructor for class edu.claflin.finder.algo.Prim.DistanceRecord
- DistanceRecordComparator() - Constructor for class edu.claflin.finder.algo.Prim.DistanceRecordComparator
- done - Variable in class edu.claflin.finder.algo.Bundle
-
Number of algorithms executed.
- doubleList - Variable in class edu.claflin.finder.algo.ArgumentsBundle
-
The Mapping of String keywords to Notable Double values.
- DSW() - Method in class edu.claflin.finder.logic.communities.struct.BinarySearchTree
- duplicate() - Method in class edu.claflin.finder.logic.communities.struct.fast_greedy_struct.TreeNodeInfoFG
- duplicate() - Method in class edu.claflin.finder.logic.communities.struct.TreeNode
- duplicate() - Method in class edu.claflin.finder.logic.communities.struct.TreeNodeInfo
- duplicate() - Method in class edu.claflin.finder.logic.communities.struct.walk_trap_struct.HeapNodeWT
- duplicate() - Method in class edu.claflin.finder.logic.Node
-
Returns a copy of this Node that is a new object in memory.
- duplicate(Node, Node) - Method in class edu.claflin.finder.logic.Edge
-
Attempts to duplicate an Edge based on the supplied parameters.
All Classes All Packages